1bashThis demonstrates scheduling a system reboot using the shutdown command with a delay and a custom message.shutdown -r +5 "Cya later"external toolsshutdownsystem reboot scheduling
2bashThis demonstrates the basic usage of the shutdown command to initiate a system shutdown.shutdownexternal toolsshutdownsystem shutdown
3bashThis command initiates a system reboot using the shutdown command with the --reboot option.shutdown --rebootexternal toolsshutdownsystem reboot
4bashThis demonstrates using the shutdown command to reboot the system immediately with a custom message.shutdown -r now "Cya later"external toolsshutdownsystem reboot
5bashThis demonstrates canceling a scheduled system shutdown using the shutdown -c command.shutdown -cexternal toolsshutdownshutdown cancellation